object FrmPop: TFrmPop Left = 206 Top = 202 ActiveControl = BtnOk BorderIcons = [] BorderStyle = bsDialog Caption = 'Alarm' ClientHeight = 116 ClientWidth = 299 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object TxtPop: TLabel Left = 56 Top = 8 Width = 225 Height = 53 AutoSize = False Caption = '...' end object Image1: TImage Left = 8 Top = 8 Width = 41 Height = 49 Picture.Data = {} end object BtnOk: TBitBtn Left = 112 Top = 80 Width = 89 Height = 25 HelpContext = 9999 TabOrder = 0 OnClick = BtnOkClick Kind = bkOK end end